home *** CD-ROM | disk | FTP | other *** search
/ Screen Scenes: Toy Story / Toy Story Screen Scenes.iso / setup.exe / 0 / RCDATA / TFORM_MAIN / TFORM_MAIN.txt
Text File  |  1998-04-27  |  2KB  |  77 lines

  1. object Form_main: TForm_main
  2.   Left = 332
  3.   Top = 172
  4.   Width = 476
  5.   Height = 333
  6.   Caption = 'Form_main'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 32
  20.     Height = 13
  21.     Caption = 'Label1'
  22.   end
  23.   object Button_cancel: TButton
  24.     Left = 384
  25.     Top = 272
  26.     Width = 75
  27.     Height = 25
  28.     Hint = 'Click here to cancel installtion'
  29.     Cancel = True
  30.     Caption = 'Cancel'
  31.     ParentShowHint = False
  32.     ShowHint = True
  33.     TabOrder = 1
  34.     OnClick = Button_cancelClick
  35.   end
  36.   object Memo1: TMemo
  37.     Left = 8
  38.     Top = 32
  39.     Width = 449
  40.     Height = 233
  41.     Hint = 'Please read this agreement before installing this product'
  42.     Lines.Strings = (
  43.       'Memo1')
  44.     ParentShowHint = False
  45.     ReadOnly = True
  46.     ScrollBars = ssBoth
  47.     ShowHint = True
  48.     TabOrder = 2
  49.   end
  50.   object Button_agree: TButton
  51.     Left = 208
  52.     Top = 272
  53.     Width = 137
  54.     Height = 25
  55.     Hint = 'Click here to accept these terms and continue installation'
  56.     Caption = 'I accept these terms'
  57.     ParentShowHint = False
  58.     ShowHint = True
  59.     TabOrder = 0
  60.     OnClick = Button_agreeClick
  61.   end
  62.   object Button_no: TButton
  63.     Left = 16
  64.     Top = 272
  65.     Width = 177
  66.     Height = 25
  67.     Hint = 
  68.       'Click here if you do not accept these terms.  Product will not b' +
  69.       'e installed.'
  70.     Caption = 'I do not accept these terms'
  71.     ParentShowHint = False
  72.     ShowHint = True
  73.     TabOrder = 3
  74.     OnClick = Button_noClick
  75.   end
  76. end
  77.